home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3c.dir / 00216_Script_216 < prev    next >
Text File  |  1994-11-28  |  159b  |  10 lines

  1.  
  2.   global PDAGlow
  3.   if PDAGlow = 0 then
  4.     go to frame "PASSWORD2"
  5.   else
  6.     if PDAGlow = 1 then
  7.       go to frame "PASSWORD1"
  8.     end if 
  9.   end if
  10.